home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / JEditorPane$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  998 b   |  21 lines

  1. package javax.swing;
  2.  
  3. import java.net.URL;
  4. import javax.swing.JEditorPane.PageLoader;
  5.  
  6. final class JEditorPane$2 implements Runnable {
  7.    // $FF: synthetic field
  8.    private final JEditorPane.PageLoader this$1;
  9.  
  10.    // $FF: synthetic method
  11.    JEditorPane$2(JEditorPane.PageLoader var1) {
  12.       this.this$1 = var1;
  13.    }
  14.  
  15.    public void run() {
  16.       URL var1 = (URL)PageLoader.access$0(this.this$1).getDocument().getProperty("stream");
  17.       String var2 = var1.getRef();
  18.       PageLoader.access$0(this.this$1).scrollToReference(var2);
  19.    }
  20. }
  21.